home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / readline-2.0mg.tar.gz / readline-2.0mg.tar / readline-2.0mg / acconfig.h next >
Text File  |  1994-07-19  |  976b  |  29 lines

  1. /* acconfig.h
  2.    This file is in the public domain.
  3.  
  4.    Descriptive text for the C preprocessor macros that
  5.    the distributed Autoconf macros can define.
  6.    No software package will use all of them; autoheader copies the ones
  7.    your configure.in uses into your configuration header file templates.
  8.  
  9.    The entries are in sort -df order: alphabetical, case insensitive,
  10.    ignoring punctuation (such as underscores).  Although this order
  11.    can split up related entries, it makes it easier to check whether
  12.    a given entry is in the file.
  13.  
  14.    Leave the following blank line there!!  Autoheader needs it.  */
  15.  
  16.  
  17. /* Define if your system defines TIOCGWINSZ in sys/ioctl.h.  */
  18. #undef GWINSZ_IN_SYS_IOCTL
  19.  
  20. #undef HAVE_GETPW_DECLS
  21.  
  22. #undef NO_SYS_FILE
  23.  
  24.  
  25. /* Leave that blank line there!!  Autoheader needs it.
  26.    If you're adding to this file, keep in mind:
  27.    The entries are in sort -df order: alphabetical, case insensitive,
  28.    ignoring punctuation (such as underscores).  */
  29.